{ "version": 4, "terraform_version": "1.8.6", "serial": 421, "lineage": "0b2b27bb-e7e1-fef3-2d00-a936fbdb3f2e", "outputs": { "db_endpoint": { "value": "db-1.eu-west-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-bb8195798e5b6ce42", "ami": "ami-18096cd0", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-6bd1876d"], "subnet_id": "subnet-e63d8ae3", "key_name": "prod-deploy-key" } } ] } ] }