{ "version": 4, "terraform_version": "1.5.5", "serial": 402, "lineage": "4fbbeab5-8ec8-3cd8-2175-9e2b1adaa1a2", "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-f4ab76f8a40d8c652", "ami": "ami-46e31f67", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-41d824f7"], "subnet_id": "subnet-61461c3c", "key_name": "prod-deploy-key" } } ] } ] }