{ "version": 4, "terraform_version": "1.8.6", "serial": 457, "lineage": "eea70826-3e52-fe12-c692-0ec5d3f849cf", "outputs": { "db_endpoint": { "value": "db-4.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-2a2e7a89260308a8d", "ami": "ami-02af34b9", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-ad1959d0"], "subnet_id": "subnet-1968fc06", "key_name": "prod-deploy-key" } } ] } ] }