{ "version": 4, "terraform_version": "1.5.1", "serial": 324, "lineage": "2759e6e3-855c-5b9a-c940-cf4acbf39cf3", "outputs": { "db_endpoint": { "value": "db-0.us-west-2.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-e726883b10ef70a25", "ami": "ami-793d9bc6", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-1236ca97"], "subnet_id": "subnet-2613ea55", "key_name": "prod-deploy-key" } } ] } ] }