{ "version": 4, "terraform_version": "1.6.0", "serial": 589, "lineage": "0490e64a-40c3-1ca3-8f63-e04ff6069a16", "outputs": { "db_endpoint": { "value": "db-4.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-8e6363a2369e081da", "ami": "ami-0945b946", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-ba026ba3"], "subnet_id": "subnet-c42a0f8d", "key_name": "prod-deploy-key" } } ] } ] }