{ "version": 4, "terraform_version": "1.5.2", "serial": 157, "lineage": "bf01f52b-e35f-e763-7a99-96593480ee4d", "outputs": { "db_endpoint": { "value": "db-2.us-east-1.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-327743550618145cf", "ami": "ami-b6d51374", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-8330566f"], "subnet_id": "subnet-d9cdc943", "key_name": "prod-deploy-key" } } ] } ] }