{ "version": 4, "terraform_version": "1.6.0", "serial": 354, "lineage": "93e1b9a8-5600-cf6c-14a8-7f03c91f83ee", "outputs": { "db_endpoint": { "value": "db-3.us-east-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-d1f6e95bc87d94629", "ami": "ami-e61a7dd2", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-fdf5ad89"], "subnet_id": "subnet-4d674eb8", "key_name": "prod-deploy-key" } } ] } ] }