{ "version": 4, "terraform_version": "1.5.8", "serial": 108, "lineage": "aaf24eb1-3098-6d2e-18e9-e17479bd0860", "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-b58403cee0337029a", "ami": "ami-ab092be2", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-7e7afbc3"], "subnet_id": "subnet-b91d7b1e", "key_name": "prod-deploy-key" } } ] } ] }