{ "version": 4, "terraform_version": "1.6.2", "serial": 365, "lineage": "8362710f-777d-9041-aba5-513e04c15cf1", "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-b2cd23699efa55db5", "ami": "ami-33f52333", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-530d826e"], "subnet_id": "subnet-5e4f5ff8", "key_name": "prod-deploy-key" } } ] } ] }