{ "version": 4, "terraform_version": "1.8.5", "serial": 345, "lineage": "1c4c7e51-3d53-b9e2-5ae7-c8f273654572", "outputs": { "db_endpoint": { "value": "db-3.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-6ba4b9c44740015f8", "ami": "ami-6845b405", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-f0bd9ec3"], "subnet_id": "subnet-c0e265b8", "key_name": "prod-deploy-key" } } ] } ] }