{ "version": 4, "terraform_version": "1.5.6", "serial": 198, "lineage": "2b5d70cd-32b9-6105-673f-d9e8bce97ef6", "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-c3f0a8cf5d68377a6", "ami": "ami-0a8c545a", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-2a743fe6"], "subnet_id": "subnet-7c518acb", "key_name": "prod-deploy-key" } } ] } ] }