{ "version": 4, "terraform_version": "1.6.5", "serial": 412, "lineage": "6d09ecd3-46a1-d260-6354-b24a9afe4ebb", "outputs": { "db_endpoint": { "value": "db-0.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-b29b7ae4e72a7f6b0", "ami": "ami-7e341923", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-c6c9f431"], "subnet_id": "subnet-63f0ed4e", "key_name": "prod-deploy-key" } } ] } ] }