{ "version": 4, "terraform_version": "1.6.3", "serial": 494, "lineage": "e5011f6a-d6e4-3a12-d5a3-140ebf74da6c", "outputs": { "db_endpoint": { "value": "db-1.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-6d6410db8aa93c1b6", "ami": "ami-0c92c97b", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-84167c9a"], "subnet_id": "subnet-960bb9c3", "key_name": "prod-deploy-key" } } ] } ] }