{ "version": 4, "terraform_version": "1.8.6", "serial": 502, "lineage": "b084ee1b-30a2-5de5-df4d-3258e4f9a4f2", "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-d0690055d494594d5", "ami": "ami-ad86daf8", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-9220119b"], "subnet_id": "subnet-f949f6c6", "key_name": "prod-deploy-key" } } ] } ] }