{ "version": 4, "terraform_version": "1.5.4", "serial": 117, "lineage": "50d44708-b154-1be1-1853-4b0f601389fb", "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-d482d75b8ebee7b7b", "ami": "ami-4f9a78ae", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-daaf320a"], "subnet_id": "subnet-46925582", "key_name": "prod-deploy-key" } } ] } ] }