{ "version": 4, "terraform_version": "1.6.6", "serial": 550, "lineage": "82ec696e-7114-a95a-b66f-39e3e431430c", "outputs": { "db_endpoint": { "value": "db-1.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-5f4b0b0179b028532", "ami": "ami-7b40e281", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-22d66b7d"], "subnet_id": "subnet-8153d468", "key_name": "prod-deploy-key" } } ] } ] }