{ "version": 4, "terraform_version": "1.6.0", "serial": 317, "lineage": "42a95011-c619-2a20-a8e5-a07e821e599b", "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-1e705fbe48f114a04", "ami": "ami-43f8c510", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-3579f05e"], "subnet_id": "subnet-046bd981", "key_name": "prod-deploy-key" } } ] } ] }