{ "version": 4, "terraform_version": "1.8.8", "serial": 543, "lineage": "1ad7dfd4-e91d-79cc-bfd1-d6196ee41c9c", "outputs": { "db_endpoint": { "value": "db-2.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-0015c4614061d44fe", "ami": "ami-0377903f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-c3183dbb"], "subnet_id": "subnet-81b4a7d1", "key_name": "prod-deploy-key" } } ] } ] }