{ "version": 4, "terraform_version": "1.6.8", "serial": 247, "lineage": "94c6b1db-bc3e-175b-143b-628517778860", "outputs": { "db_endpoint": { "value": "db-3.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-b70e61378236b40b9", "ami": "ami-1cd70aa0", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-afd71dca"], "subnet_id": "subnet-ee66f799", "key_name": "prod-deploy-key" } } ] } ] }