{ "version": 4, "terraform_version": "1.6.1", "serial": 538, "lineage": "867db00c-adc2-bb28-c212-f45fc5b27e9f", "outputs": { "db_endpoint": { "value": "db-3.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-eedab5fc25917f408", "ami": "ami-d289eaee", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-27aba3ab"], "subnet_id": "subnet-1c53b3ee", "key_name": "prod-deploy-key" } } ] } ] }