{ "version": 4, "terraform_version": "1.6.4", "serial": 143, "lineage": "b1f93f7f-7cb1-aefb-237b-02dcd77a0d37", "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-b7ff56bca2af5b539", "ami": "ami-55905013", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-e2eb6d6a"], "subnet_id": "subnet-8c3677aa", "key_name": "prod-deploy-key" } } ] } ] }