{ "version": 4, "terraform_version": "1.6.3", "serial": 120, "lineage": "f60d3ecd-e4b1-7502-fda6-71be946eec23", "outputs": { "db_endpoint": { "value": "db-4.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-06a2f24dc540533f0", "ami": "ami-b92f9df8", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-127a4cac"], "subnet_id": "subnet-30bfdd7c", "key_name": "prod-deploy-key" } } ] } ] }